www.gusucode.com > 深度学习(asp)网址导航 v4.0.1 > 深度学习(asp)网址导航 v4.0.1\code\admin\themes\DeepStudy\Manage.master.asp

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
    <meta name="robots" content="noindex,nofollow" />
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
    <title>后台管理</title>
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
    <link rel="stylesheet" type="text/css" href="themes/<%=theme_Path%>/manage.css" />
	<script type="text/javascript" src="themes/frame.js"></script>
</head>
<body>
<table>
  <!-- 头部 -->
  <tr id="mainTop">
    <td><iframe id="frmTop" name="frmTop" src="manage_Top.asp" frameBorder="0" scrolling="no" style="width: 100%; height: 100%;"></iframe></td>
  </tr>
  <!-- 导航预留 -->
  <tr id="mainNav" >
    <td>&nbsp;</td>
  </tr>

  <tr>
    <td><table>
        <tr>
          <!-- 左侧 -->
          <td id="mainLeft" ><table>
              <tr>
                <td onClick="switchBar()" title="点击隐藏左侧栏目" id="mainLeftTitle">系统控制面板</td>
              </tr>
              <tr>
                <td><iframe id="frmLeft" name="frmLeft" src="manage_Left.asp" frameBorder="0" style="width:100%; height:100%;"></iframe></td>
              </tr>
              <tr>
                <td id="mainLeftFoot">
                    程序制作:<a href="http://www.ITstudy.cn/" target="_blank">吕海鹏</a><br>
                    版权所有:<a href="http://www.deepstudy.cn/" target="_blank">深度空间</a></td>
              </tr>
            </table></td>
          <!-- 中间条 -->
          <td id="mainMiddle" onClick="switchBar()" title="点击隐藏左侧栏目" class="switchBarClose"></td>
          <!-- 右侧 -->
          <td id="mainRight" ><iframe id="frmRight" name="frmRight" src="manage_Right.asp" frameBorder="0" scrolling="yes" style=" width:100%; height:100%;"></iframe></td>
        </tr>
      </table></td>
  </tr>
</table>
</body>
</html>